VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / PropertySetter<TTarget,TValue> Class / SetPropertyValue(TTarget,TValue) Method
Syntax Requirements SeeAlso
In This Topic
    SetPropertyValue(TTarget,TValue) Method (PropertySetter<TTarget,TValue>)
    In This Topic
    Sets the property value.
    Syntax
    'Declaration
    
    Protected MustOverride Function SetPropertyValue( _
    ByVal target
    The target.
    As TTarget, _
    ByVal value
    The new property value.
    As TValue _
    ) As Boolean
    protected abstract bool SetPropertyValue(
    TTarget target,
    TValue value
    )
    protected: abstract bool SetPropertyValue(
    TTarget* target,
    TValue* value
    )
    protected:
    abstract bool SetPropertyValue(
    TTarget^ target,
    TValue^ value
    )

    Parameters

    target
    The target.
    value
    The new property value.

    Return Value

    True if property value is set; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also